/*pc端 手机端通用样式*/
img{
    border: none;
}
.container-fluid{
    width: 100%;
}
.page-bg{
    width: 100%;
    height: 100vh;
}
.bold{font-weight: bold}
.arrow-top{
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(255,255,255,0.18);
    border-left: 8px solid transparent;
}
.bg-white{
    background-color: white;
}
.bg-gray{
    background-color: #F1F1F1;
}
.cred{color: #ce4340}
.cred{color: #ce4340}
.cgray{color: #666}


.w10p  {width :10%}
.w20p  {width :20%}
.w30p  {width :30%}
.w40p  {width :40%}
.w50p  {width :50%}
.w60p  {width :60%}
.w70p  {width :70%}
.w80p  {width :80%}
.w90p  {width :90%}
.w100p {width :100%; display: inline-block}
.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    word-break: break-all;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
::-webkit-scrollbar {
    width: 0px;
    padding-right: 4px;
    background-color: #fff;
    display: block;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #ccc
}
.ellipsis-one{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */
    /* autoprefixer: on */
    word-break: break-all
}
.wrap{
    display: flex;
    flex-wrap: wrap;
}
.nowrap{
    white-space: nowrap;
}
.fl {
    float: left
}

.hidden {
    display: none !important;
}
.right-arrow{
    display: inline-block!important;
    transform: rotate(-90deg);
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.right-arrow:before {
    content: "\e6b9";
}
.fr {
    float: right
}

.clearFix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.fcolumn{
    display: flex;
    flex-direction: column;
}
.flex{display: flex}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.flex-center{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.space-between{
    display: flex;
    justify-content: space-between;
}
.align-center{
    display: flex;
    align-items: center;
}

.swiper-wrapper a{
    display: block;
    width: 100%;
    height: 100%
}
.page-container{
    position: relative;
    overflow-x: hidden;
}

.page-comp-container{
    width: 100%;
}
/*首页顶部轮播图banner*/
.banner-swiper-container, .page-swiper-container{
    overflow: hidden;
    position: relative;
    max-height: 400px;
    width: 100%;
}
.banner-swiper-container .swiper-slide, .page-swiper-container .swiper-slide{
    width: 100%!important;
}
.banner-swiper-container img, .page-swiper-container img{
    height: 100%;
    width: 100%;
    max-height: 400px;
}

/**********************新布局页面 后管不需要引用-------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    font-family: SourceHanSansSC-Regular;
    font-size: 14px;
}
a{color: black}

body {
    width: 100%;
    overflow-x: hidden;/*处理顶部导航定位时产生滚动条问题*/
}
iframe{
    width: 100%;
    border: none;
    outline: none;
}
@media screen and (max-width: 950px) {/*手机端*/
    body {
     /*首页展示不合适
        background-color: #f4f4f4;
        background-image: url(../images/wap-title-bg.png);*/
        background-size: 100%;
        background-repeat: repeat-y;
    }
    .footer-wrap,.header-nav-wrap, .float-menu-container,.top-info, .pc-cur-position,.pc-left-nav,
    .pc-service-block,.pc-info-block,.pc-content{
        display: none!important;
    }
}
@media screen and (min-width: 951px) {/*PC端*/
    .wap-footer-page,#wapTopNavMenu, .wap-float-menu-container, .wap-cur-position,
    .wap-comp-container,.wap-service-block, .wap-info-block,.wap-content{
        display: none!important;
    }
}



.column{
    display: flex;
    flex-direction: column;
}
.container-fluid{}

/*/切换*/
.wap-comp-container {
    background: white;
    border-radius: .12rem .12rem 0 0;
    min-height: 1rem;
}


/*弹窗模块*/
.alert-comp {

}
.alert-shadow {
    position: fixed;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.38);
}
.alert-comp .alert-body {
    width: 86%;
    position: fixed;
    z-index: 31;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    display: flex;
    flex-direction: column;
}
.alert-comp .alert-body .title {
    text-align: center;
    font-weight: bold;
    position: relative;
}
.alert-comp .alert-body .close {
    position: absolute;
}
.alert-comp .alert-body .content {
    text-align: center;
    color: #313131;
}
.alert-comp .btn-group {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
}
.alert-comp .btn-group span {
    background: #B53030;
    color: white;
    border-radius: .08rem;
    cursor: pointer;
}
.alert-comp img{
    width: 100%;
}
/*文章列表*/
.article-list{
    width: 100%;
}
.article-list .list p font {
    vertical-align: baseline;
    color:#c31f1f;
}
.article-list .list p{
    white-space: normal;
    -webkit-line-clamp: 2;
}

.article-detail-container  .introduce-middle{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 14px;
    margin-bottom: 20px;
}
.article-detail-container .introduce-title h1 {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    color: #333;
    font-weight: 700;
    text-align: center;
    word-break: break-all;
    white-space: normal;
}
.article-detail-container .introduce-middle span {
    margin: 0 2%;
    display: inline-block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-detail-container  .top-block{
    background: url(../images/detail-top-bg.png) no-repeat;
    background-size: 100%;
}
.article-detail-container  .introduce-top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 5%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;

}
.article-detail-container .introduce-content{
    width: 100%;
    padding: 0 5%;
    padding-bottom: 90px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
    white-space: normal;
    background: url(../images/detail-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    overflow: auto;
}
.article-detail-container .introduce-content img{
    height:auto;
    max-width:100%
}
@media screen and (min-width: 951px) {
    /*pc页面行列布局*/
    .row-fluid {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }

    .container-fluid .span12 {
        width: 100%;
    }

    .container-fluid .span8 {
        width: 65.8%;
    }

    .container-fluid .span6 {
        width: 48.7%;
    }

    .container-fluid .span4 {
        width: 33%;
    }

    .row-fluid .span2 {
        width: 14.5%;
    }
}
.comp-404 {
    padding: 20px 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.comp-404 .imgTop {
    width: 200px;
}
.comp-404 .desc{
    padding: 20px 0;
}

.djyw-a{
    text-decoration: underline;
}
.nav-content img{
    max-width: 100%;
    height: auto;
}
